diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-11-17 14:24:16 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-11-17 14:24:16 +0200 |
commit | f71aa1adc822d7886a060bf66d513478a029fa4b (patch) | |
tree | 14cca62206760ff62944d23510a892dc687ed6ff | |
parent | 46eb0952f1e2d75b427bdcd553c33027f1e44e8f (diff) |
WaE: unused variables
Change-Id: I82570a716a0dba6c466bc754ce66ac53e7c17efa
-rw-r--r-- | svtools/qa/unit/GraphicObjectTest.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/qa/unit/GraphicObjectTest.cxx b/svtools/qa/unit/GraphicObjectTest.cxx index 80cfadaa3cc7..4f99b523b623 100644 --- a/svtools/qa/unit/GraphicObjectTest.cxx +++ b/svtools/qa/unit/GraphicObjectTest.cxx @@ -60,11 +60,11 @@ private: CPPUNIT_TEST_SUITE_END(); }; +#if 0 + static const char aGraphicFile[] = "/svtools/qa/unit/data/graphic.png"; static const sal_uLong nGraphicSizeBytes = 4800; -#if 0 - const Graphic lcl_loadGraphic(const rtl::OUString &rUrl) { const Image aImage(rUrl); |