summaryrefslogtreecommitdiff
path: root/vcl/win/source/gdi/salnativewidgets-luna.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/win/source/gdi/salnativewidgets-luna.cxx')
-rw-r--r--vcl/win/source/gdi/salnativewidgets-luna.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/vcl/win/source/gdi/salnativewidgets-luna.cxx b/vcl/win/source/gdi/salnativewidgets-luna.cxx
index 45d6c5997987..8fcc16ef2540 100644
--- a/vcl/win/source/gdi/salnativewidgets-luna.cxx
+++ b/vcl/win/source/gdi/salnativewidgets-luna.cxx
@@ -50,11 +50,9 @@
using namespace std;
-
typedef map< wstring, HTHEME > ThemeMap;
static ThemeMap aThemeMap;
-
/****************************************************
wrap visual styles API to avoid linking against it
it is not available on all Windows platforms
@@ -194,7 +192,6 @@ void SalData::initNWF( void )
pSVData->maNWFData.mbMenuBarDockingAreaCommonBG = true;
}
-
// *********************************************************
// * Release theming handles
// ********************************************************
@@ -343,7 +340,6 @@ bool WinSalGraphics::IsNativeControlSupported( ControlType nType, ControlPart nP
return (hTheme != NULL);
}
-
/*
* HitTestNativeControl()
*
@@ -376,7 +372,6 @@ bool ImplDrawTheme( HTHEME hTheme, HDC hDC, int iPart, int iState, RECT rc, cons
return (hr == S_OK);
}
-
Rectangle ImplGetThemeRect( HTHEME hTheme, HDC hDC, int iPart, int iState, const Rectangle& /* aRect */, THEMESIZE eTS = TS_TRUE )
{
SIZE aSz;
@@ -389,7 +384,6 @@ Rectangle ImplGetThemeRect( HTHEME hTheme, HDC hDC, int iPart, int iState, const
// Helper functions
-
void ImplConvertSpinbuttonValues( int nControlPart, const ControlState& rState, const Rectangle& rRect,
int* pLunaPart, int *pLunaState, RECT *pRect )
{
@@ -1277,7 +1271,6 @@ bool WinSalGraphics::drawNativeControl( ControlType nType,
// restore alignment
SetTextAlign( getHDC(), ta );
-
//GdiFlush();
return bOk;