summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2014-04-28 00:10:47 +1000
committerChris Sherlock <chris.sherlock79@gmail.com>2014-04-28 00:14:56 +1000
commite474c95cdec503bc2abb90619a7a3677d2942a63 (patch)
treede7dda3deeefbc941f400c81f70767f0a4aa5c85 /cui
parent99ab3189c835bca4766b7539397b4a581bc67677 (diff)
VCL: Renamed two functions
Renamed functions: + supportsOperation -> SupportsOperation For consistency + DrawAlphaBitmap -> DrawDeviceAlphaBitmap I want to make it more clear that these are the functions that call on mpGraphics to actually draw on the graphics device Change-Id: Ic4951bfcc0ac0c09fe5b6908dfdf1f699a634265
Diffstat (limited to 'cui')
-rw-r--r--cui/source/options/optgdlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/optgdlg.cxx b/cui/source/options/optgdlg.cxx
index db279d068da2..7d6e2c2bb359 100644
--- a/cui/source/options/optgdlg.cxx
+++ b/cui/source/options/optgdlg.cxx
@@ -935,7 +935,7 @@ void OfaViewTabPage::Reset( const SfxItemSet& )
// check if transparent selection is possible on this system
const bool bTransparentSelectionPossible(
!GetSettings().GetStyleSettings().GetHighContrastMode()
- && supportsOperation(OutDevSupport_TransparentRect));
+ && SupportsOperation(OutDevSupport_TransparentRect));
// enter values
if(bTransparentSelectionPossible)