[Libreoffice-commits] core.git: svtools/qa
Tor Lillqvist
tml at collabora.com
Mon Nov 17 04:29:21 PST 2014
svtools/qa/unit/GraphicObjectTest.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit f71aa1adc822d7886a060bf66d513478a029fa4b
Author: Tor Lillqvist <tml at collabora.com>
Date: Mon Nov 17 14:24:16 2014 +0200
WaE: unused variables
Change-Id: I82570a716a0dba6c466bc754ce66ac53e7c17efa
diff --git a/svtools/qa/unit/GraphicObjectTest.cxx b/svtools/qa/unit/GraphicObjectTest.cxx
index 80cfada..4f99b52 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);
More information about the Libreoffice-commits
mailing list