diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-06-12 05:25:28 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-06-12 05:25:28 +0200 |
commit | a3451df90e0db9d37a7c6950c2eea53a96616e12 (patch) | |
tree | 730a9da7e97e026b6f00c7e2e2f55b2a62db5a33 /sc | |
parent | 53d2fc053390c1ca6676f773cc60312e9d44af24 (diff) |
seems like windows does not like that
Change-Id: I3c694af4554f984274e179739475077c46db4028
Diffstat (limited to 'sc')
-rw-r--r-- | sc/inc/colorscale.hxx | 2 | ||||
-rw-r--r-- | sc/source/ui/condformat/condformatdlg.cxx | 1 |
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(); } |