diff options
Diffstat (limited to 'include/unotools')
-rw-r--r-- | include/unotools/atom.hxx | 2 | ||||
-rw-r--r-- | include/unotools/configvaluecontainer.hxx | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/include/unotools/atom.hxx b/include/unotools/atom.hxx index a60ae008954f..c91dc87208d7 100644 --- a/include/unotools/atom.hxx +++ b/include/unotools/atom.hxx @@ -40,7 +40,7 @@ namespace utl { AtomProvider(); ~AtomProvider(); - int getAtom( const OUString&, bool bCreate = false ); + int getAtom( const OUString& ); const OUString& getString( int ) const; }; diff --git a/include/unotools/configvaluecontainer.hxx b/include/unotools/configvaluecontainer.hxx index 7cbe8970b2aa..970bc1861a0b 100644 --- a/include/unotools/configvaluecontainer.hxx +++ b/include/unotools/configvaluecontainer.hxx @@ -167,7 +167,6 @@ namespace utl /// implements the ctors void implConstruct( const OUString& _rConfigLocation, - const CVCFlags _nAccessFlags, const sal_Int32 _nLevels ); |