diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-03-20 15:56:25 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-03-20 17:30:02 +0100 |
commit | 8b2c7983330aed62fb80cf4ca05375e9ccf7ad13 (patch) | |
tree | 841760ef121ab189e1c93a91148d105ad0ae8baa | |
parent | 4ddb43bcf159f8cff4bb090da218c4f150dceab8 (diff) |
Remove unused function declaration
Change-Id: I82ac945e5d1fba82047a7902782893d01eda34e3
-rw-r--r-- | framework/inc/classes/filtercachedata.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/framework/inc/classes/filtercachedata.hxx b/framework/inc/classes/filtercachedata.hxx index 00b541a49c88..da7bf36671af 100644 --- a/framework/inc/classes/filtercachedata.hxx +++ b/framework/inc/classes/filtercachedata.hxx @@ -47,8 +47,6 @@ namespace framework{ -class LockHelper; - #define DEFAULT_FILTERCACHE_VERSION 6 /// these implmentation of FilterCache support different version of TypeDetection.xml! This define the current set default one. #define DEFAULT_FILTERCACHE_MODE CONFIG_MODE_DELAYED_UPDATE | CONFIG_MODE_ALL_LOCALES /// ConfigItems could run in different modes: supported values are ... { CONFIG_MODE_IMMEDIATE_UPDATE, CONFIG_MODE_DELAYED_UPDATE, CONFIG_MODE_ALL_LOCALES } @@ -490,7 +488,6 @@ class DataContainer sal_Bool isModified(); - LockHelper& getSyncronizer(); void free(); sal_Bool isValidOrRepairable () const; |