summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-06-12 05:25:28 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-06-12 05:25:28 +0200
commita3451df90e0db9d37a7c6950c2eea53a96616e12 (patch)
tree730a9da7e97e026b6f00c7e2e2f55b2a62db5a33
parentmake new conditional format menu appear (diff)
downloadcore-a3451df90e0db9d37a7c6950c2eea53a96616e12.tar.gz
core-a3451df90e0db9d37a7c6950c2eea53a96616e12.zip
seems like windows does not like that
Change-Id: I3c694af4554f984274e179739475077c46db4028
-rw-r--r--sc/inc/colorscale.hxx2
-rw-r--r--sc/source/ui/condformat/condformatdlg.cxx1
2 files changed, 1 insertions, 2 deletions
diff --git a/sc/inc/colorscale.hxx b/sc/inc/colorscale.hxx
index e93d5b6fcaf9..8e9c3773b253 100644
--- a/sc/inc/colorscale.hxx
+++ b/sc/inc/colorscale.hxx
@@ -85,7 +85,7 @@ public:
namespace databar
{
-enum SC_DLLPUBLIC ScAxisPostion
+enum ScAxisPostion
{
NONE,
AUTOMATIC,
diff --git a/sc/source/ui/condformat/condformatdlg.cxx b/sc/source/ui/condformat/condformatdlg.cxx
index bc958da3a265..54d5ba14dcff 100644
--- a/sc/source/ui/condformat/condformatdlg.cxx
+++ b/sc/source/ui/condformat/condformatdlg.cxx
@@ -870,7 +870,6 @@ IMPL_LINK_NOARG( ScCondFrmtEntry, ConditionTypeSelectHdl )
{
if(maLbCondType.GetSelectEntryPos() == 6 || maLbCondType.GetSelectEntryPos() == 7)
{
- std::cout << "OldSize: " << maEdVal1.GetSizePixel().Width() << " " << maEdVal1.GetSizePixel().Height() << std::endl;
maEdVal1.SetSizePixel(maEdVal2.GetSizePixel());
maEdVal2.Show();
}