diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-09-24 04:14:19 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-09-24 04:14:19 -0500 |
commit | eb2d27548d6db23630032f15985da980c6d53303 (patch) | |
tree | 766c9051eebd07aa7187f009f31d7f4666b290ac /svx/source/xoutdev/xtable.cxx | |
parent | 0f89219ff70eafbea0647ff6902eab22fc11081a (diff) |
WaE unused debug-printf static variable
Diffstat (limited to 'svx/source/xoutdev/xtable.cxx')
-rw-r--r-- | svx/source/xoutdev/xtable.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/xoutdev/xtable.cxx b/svx/source/xoutdev/xtable.cxx index 1aac0d830162..100dbe439c0b 100644 --- a/svx/source/xoutdev/xtable.cxx +++ b/svx/source/xoutdev/xtable.cxx @@ -46,7 +46,7 @@ Color RGB_Color( ColorData nColorName ) return aRGBColor; } -static int count = 0; +// static int count = 0; XPropertyList::XPropertyList( XPropertyListType type, |