[Libreoffice-commits] core.git: include/vcl
Tor Lillqvist
tlillqvist at suse.com
Thu Apr 25 05:46:28 PDT 2013
include/vcl/controllayout.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 5ad80806d6c53a16868d80ae167d9f91f0cda629
Author: Tor Lillqvist <tlillqvist at suse.com>
Date: Thu Apr 25 15:45:26 2013 +0300
De-ambiguify 'Pair'
Change-Id: I84c73b07d8a4a6950cde98898754168720952934
diff --git a/include/vcl/controllayout.hxx b/include/vcl/controllayout.hxx
index 5d1d133..b337ec7 100644
--- a/include/vcl/controllayout.hxx
+++ b/include/vcl/controllayout.hxx
@@ -55,7 +55,7 @@ struct VCL_DLLPUBLIC ControlLayoutData
long GetLineCount() const;
// returns the interval [start,end] of line nLine
// returns [-1,-1] for an invalid line
- Pair GetLineStartEnd( long nLine ) const;
+ ::Pair GetLineStartEnd( long nLine ) const;
/** ToRelativeLineIndex changes a layout data index to a count relative to its line.
<p>This is equivalent to getting the line start/end pairs with
More information about the Libreoffice-commits
mailing list