diff options
Diffstat (limited to 'unotools/source/ucbhelper/progresshandlerwrap.cxx')
-rw-r--r-- | unotools/source/ucbhelper/progresshandlerwrap.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/source/ucbhelper/progresshandlerwrap.cxx b/unotools/source/ucbhelper/progresshandlerwrap.cxx index 05e6a6131518..d336af5dcb22 100644 --- a/unotools/source/ucbhelper/progresshandlerwrap.cxx +++ b/unotools/source/ucbhelper/progresshandlerwrap.cxx @@ -31,7 +31,7 @@ ProgressHandlerWrap::ProgressHandlerWrap( css::uno::Reference< css::task::XStatu { } -bool getStatusFromAny_Impl( const Any& aAny, OUString& aText, sal_Int32& nNum ) +static bool getStatusFromAny_Impl( const Any& aAny, OUString& aText, sal_Int32& nNum ) { bool bNumIsSet = false; |