summaryrefslogtreecommitdiff
path: root/fpicker/source/office/fpinteraction.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/office/fpinteraction.hxx')
-rw-r--r--fpicker/source/office/fpinteraction.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/office/fpinteraction.hxx b/fpicker/source/office/fpinteraction.hxx
index 9c9ef6052dbc..dd116f958421 100644
--- a/fpicker/source/office/fpinteraction.hxx
+++ b/fpicker/source/office/fpinteraction.hxx
@@ -61,7 +61,7 @@ namespace svt
// some generic functions
void enableInterceptions( EInterceptedInteractions eInterceptions );
- bool wasUsed () const;
+ bool wasUsed () const { return m_bUsed; }
void resetUseState ();
void forgetRequest ();