[Libreoffice-commits] .: sc/inc sc/source
Markus Mohrhard
mmohrhard at kemper.freedesktop.org
Mon Jun 11 20:25:41 PDT 2012
sc/inc/colorscale.hxx | 2 +-
sc/source/ui/condformat/condformatdlg.cxx | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
New commits:
commit a3451df90e0db9d37a7c6950c2eea53a96616e12
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Tue Jun 12 05:25:28 2012 +0200
seems like windows does not like that
Change-Id: I3c694af4554f984274e179739475077c46db4028
diff --git a/sc/inc/colorscale.hxx b/sc/inc/colorscale.hxx
index e93d5b6..8e9c377 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 bc958da..54d5ba1 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();
}
More information about the Libreoffice-commits
mailing list