summaryrefslogtreecommitdiff
path: root/sd/source/ui/framework
diff options
context:
space:
mode:
authorMarcos Paulo de Souza <marcos.souza.org@gmail.com>2012-10-15 01:06:49 -0300
committerPetr Mladek <pmladek@suse.cz>2012-10-16 13:20:19 +0000
commit6dfbd3324f43ff5b90030462b92ad8c0da3f6dd7 (patch)
treefb964115ea3a3433ce81deacfe6adc77ef6d5d8a /sd/source/ui/framework
parent40a4c469dff783736ba69ec4134e3c23e78b2769 (diff)
Remove some unused methods
Change-Id: Ia9ed975309c6ed677437c6e1c2d6be4a8bd6f1e9 Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/875 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
Diffstat (limited to 'sd/source/ui/framework')
-rw-r--r--sd/source/ui/framework/module/ResourceManager.cxx21
-rw-r--r--sd/source/ui/framework/module/ResourceManager.hxx14
2 files changed, 0 insertions, 35 deletions
diff --git a/sd/source/ui/framework/module/ResourceManager.cxx b/sd/source/ui/framework/module/ResourceManager.cxx
index 0cf323ca5ede..49a40be984d0 100644
--- a/sd/source/ui/framework/module/ResourceManager.cxx
+++ b/sd/source/ui/framework/module/ResourceManager.cxx
@@ -125,27 +125,6 @@ void SAL_CALL ResourceManager::disposing (void)
}
}
-
-
-
-void ResourceManager::Enable (void)
-{
- mbIsEnabled = true;
- UpdateForMainViewShell();
-}
-
-
-
-
-void ResourceManager::Disable (void)
-{
- mbIsEnabled = false;
- UpdateForMainViewShell();
-}
-
-
-
-
void SAL_CALL ResourceManager::notifyConfigurationChange (
const ConfigurationChangeEvent& rEvent)
throw (RuntimeException)
diff --git a/sd/source/ui/framework/module/ResourceManager.hxx b/sd/source/ui/framework/module/ResourceManager.hxx
index cd696619df88..c206877454cf 100644
--- a/sd/source/ui/framework/module/ResourceManager.hxx
+++ b/sd/source/ui/framework/module/ResourceManager.hxx
@@ -67,20 +67,6 @@ public:
virtual void SAL_CALL disposing (void);
- /** Allow the ResourceManager to make resource activation or
- deactivation requests.
- */
- void Enable (void);
-
- /** Disable the resource management. When called, the ResourceManager
- requests the resource to be deactivated. Until enabled again it
- does not make any further requests for resource activation or
- deactivation.
-
- Call this for example to hide resources in read-only mode.
- */
- void Disable (void);
-
// XConfigurationChangeListener
virtual void SAL_CALL notifyConfigurationChange (