summaryrefslogtreecommitdiff
path: root/include/vcl/notebookbar.hxx
diff options
context:
space:
mode:
authorSumit Chauhan <sumitcn25@gmail.com>2019-06-14 02:30:48 +0530
committerStephan Bergmann <sbergman@redhat.com>2019-06-14 08:20:43 +0200
commite598440a946ba3e7785b81f57a36673f7b88db2e (patch)
tree358d77bfc8ddd909d87e8d5a55a1d789749c9623 /include/vcl/notebookbar.hxx
parentd563059b5177f9640e1ca6a36709f1b2c5a6b363 (diff)
Refactoring - Converting private methods to static non-member methods
Related Patch: https://gerrit.libreoffice.org/#/c/72313/ Change-Id: I3f30b4abe87f16e94d7c29bf9b9413b59b825e5e Reviewed-on: https://gerrit.libreoffice.org/73986 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include/vcl/notebookbar.hxx')
-rw-r--r--include/vcl/notebookbar.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/vcl/notebookbar.hxx b/include/vcl/notebookbar.hxx
index 5ca3798587c4..e7ed5c79dc44 100644
--- a/include/vcl/notebookbar.hxx
+++ b/include/vcl/notebookbar.hxx
@@ -13,7 +13,6 @@
#include <vcl/builder.hxx>
#include <vcl/ctrl.hxx>
#include <vcl/settings.hxx>
-#include <osl/file.hxx>
#include <vector>
namespace com { namespace sun { namespace star { namespace ui { class XContextChangeEventListener; } } } }
@@ -58,12 +57,8 @@ private:
void UpdateDefaultSettings();
void UpdatePersonaSettings();
- static OUString getCustomizedUIRootDir();
- static bool doesFileExist(const OUString& sUIDir, const OUString& sUIFile);
-
};
-
#endif // INCLUDED_VCL_NOTEBOOKBAR_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */