summaryrefslogtreecommitdiff
path: root/vcl/qa/complex/persistent_window_states/DocumentHandle.java
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/qa/complex/persistent_window_states/DocumentHandle.java')
-rw-r--r--vcl/qa/complex/persistent_window_states/DocumentHandle.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/qa/complex/persistent_window_states/DocumentHandle.java b/vcl/qa/complex/persistent_window_states/DocumentHandle.java
index 88393b2fbf37..0471acb29c6e 100644
--- a/vcl/qa/complex/persistent_window_states/DocumentHandle.java
+++ b/vcl/qa/complex/persistent_window_states/DocumentHandle.java
@@ -143,7 +143,7 @@ public class DocumentHandle {
* @param newPosSize The new position and size of the window.
* @return True if resize worked.
*/
- public boolean resizeDocument(Rectangle newPosSize){
+ private boolean resizeDocument(Rectangle newPosSize){
wl.resetTrigger();
xWin.setPosSize(newPosSize.X, newPosSize.Y, newPosSize.Width,
newPosSize.Height, PosSize.POSSIZE);