diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-11-19 15:19:09 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-11-19 15:19:09 +0100 |
commit | f1c06bb8d90559f390ac9f64439ec59a39e6cbf5 (patch) | |
tree | 398f27c0174be6f86c08ef348abb8e9f12f2cb99 /chart2 | |
parent | b976c1e3282fa859570f907a0f1e40aff4ea211d (diff) |
-Werror,-Wunused-function
Change-Id: I337691b4a7548c5c92bc0484c2ef9224ce461ba5
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/view/main/AbstractShapeFactory.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chart2/source/view/main/AbstractShapeFactory.cxx b/chart2/source/view/main/AbstractShapeFactory.cxx index df08ef2c1ca6..9a05a9ea8653 100644 --- a/chart2/source/view/main/AbstractShapeFactory.cxx +++ b/chart2/source/view/main/AbstractShapeFactory.cxx @@ -48,6 +48,7 @@ using ::com::sun::star::uno::Reference; namespace chart { +/* namespace { typedef opengl::OpenglShapeFactory* (*__getOpenglShapeFactory)(void); @@ -70,6 +71,7 @@ osl::Module* getOpenGLModule() } } +*/ AbstractShapeFactory* AbstractShapeFactory::getOrCreateShapeFactory(uno::Reference< lang::XMultiServiceFactory> xFactory) { |